CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vrp matlab

搜索资源列表

  1. 8vrp

    0下载:
  2. vrp问题的解决,对8个点的计算解决比较好-vrp problems, the 8-point solution to a better calculation
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:42216
    • 提供者:hanhk
  1. antcolonyalgorithmforVRP

    0下载:
  2. 蚁群算法解VRP问题 蚁群算法解VRP问题 蚁群算法解VRP问题 -the procedure of ant colony algorithm for VRP,used to solve the famous HP-hard problem: the VRP problem with the ant colony algorithm developed with matlab. It s not a felwell procedure, there are still some problems
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:2477
    • 提供者:Timson
  1. vrp_matlab

    0下载:
  2. 旅行商问题,城市坐标、交配概率和变异概率、遗传代数-vrp
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2334
    • 提供者:无字墙
  1. amos

    0下载:
  2. this the programme of VRP-this is the programme of VRP
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5940
    • 提供者:naiyu
  1. ant-colony-matlab

    1下载:
  2. 求解VRP问题的新解法蚁群算法matlab程序-The new method for solving VRP problems ant colony algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1991
    • 提供者:naiyu
  1. vrp

    0下载:
  2. 进化算法及其在全局优化和VRP中的应用的毕业论文-Evolutionary Algorithm and Its Application in GlobalOptimization and Vehicle Routing Problem
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:532929
    • 提供者:炯炯
  1. VRP

    0下载:
  2. 本人原创的用遗传算法实现的vrp问题求解,基于matlab语言--I original genetic algorithm is used to achieve the vrp problem solving, based on the matlab language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2323
    • 提供者:魏安立
  1. PSOforTSP(MATLAB)

    1下载:
  2. 粒子群算法解决VRP代码(matlab)-Particle swarm algorithm to solve VRP code (matlab)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4699
    • 提供者:
  1. vrp

    3下载:
  2. 用matlab解决vrp问题,本程序为遗传算法解决基本VRP问题的例程。各供货点距离矩阵及遗传算法参数在VRP.M中给出。以路径长度作为遗传算法的适应度函数,约束函数通过在LEN中增加惩罚因子体现,本程序简便起见将不满足约束的直接加100;-Vrp matlab to solve the problem with the program for the genetic algorithm to solve the basic problem VRP routines. The delivery
  3. 所属分类:source in ebook

    • 发布日期:2016-03-07
    • 文件大小:4096
    • 提供者:leo mao
  1. VRP

    2下载:
  2. 蚁群算法,2-opt,解决车辆路径问题(vrp)的matlab代码,修正了原始代码忽略初始节点下一节点cost的问题,但是对某些测试数据集存在车辆数大于或小于的标准问题。-Ant colony algorithm ,2-opt, vehicle routing problem (vrp) matlab code, amended the original code ignores the initial node next node cost problems, but for some tes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2113
    • 提供者:lijian
  1. 遗传算法

    0下载:
  2. 采用matlab语言编写,解决线路规划问题即VRP(solving VRP in matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:21504
    • 提供者:superjsnow
  1. 遗传算法求解vrp问题

    0下载:
  2. 遗传算法,使用MATLAB进行编程,求解VRP问题(Genetic algorithm for solving VRP problem)
  3. 所属分类:Windows编程

    • 发布日期:2017-07-19
    • 文件大小:7168
    • 提供者:GWJ
  1. 基于遗传算法的matlab语言车辆路径问题

    3下载:
  2. 车辆路线问题(VRP)最早是由Dantzig和Ramser于1959年首次提出,它是指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的。(The vehicle routing problem (VRP) was first proposed by Dantzig and Ramser in 1959, it refers to a cer
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:niada
  1. VRP

    0下载:
  2. MATLAB CODE FOR TIME VRP
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:97280
    • 提供者:r66
  1. matlab_vrp(1)

    0下载:
  2. 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线 这样处理比较简单可以把vrp问题转为tsp问题求解 但
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:40806400
    • 提供者:Ywain
  1. SAforVRP

    2下载:
  2. 模拟退火算法求解车辆路径问题的MATLAB代码(Simulated annealing algorithm for vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-11-11
    • 文件大小:3072
    • 提供者:shanshuo63
  1. 蚁群算法Matlab程序

    2下载:
  2. 求解VRP问题,实用的蚁群算法matlab程序(To solve the VRP problem, a practical ant colony algorithm matlab program)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:16384
    • 提供者:flyever98
  1. VRP问题

    0下载:
  2. 利用遗传算法实现VRP问题,本算法有较好的时间效率,同时产生了比较不错的结果,请大家批评指正(Using genetic algorithm to achieve VRP problem, the algorithm has better time efficiency, and produced relatively good results, please criticize and correct)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:莹莹11
  1. 验证性VRP

    0下载:
  2. 利用遗传算法实现VRP问题,将车辆路径问题规划的较为详细,算法较为良好(The genetic algorithm is used to solve the VRP problem, and the vehicle routing problem is more detailed and the algorithm is better)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:莹莹11
  1. VRP算法下载

    1下载:
  2. 关于vrp最短路径问题的matlab程序,非常的实用(The vrp shortest path problem matlab program, very practical)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:24576
    • 提供者:WWW.GDL
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com